func vendor/golang.org/x/crypto/internal/poly1305.bitsSub64
4 uses
vendor/golang.org/x/crypto/internal/poly1305 (current package)
bits_go1.13.go#L16: func bitsSub64(x, y, borrow uint64) (diff, borrowOut uint64) {
sum_generic.go#L290: hMinusP0, b := bitsSub64(h0, p0, 0)
sum_generic.go#L291: hMinusP1, b := bitsSub64(h1, p1, b)
sum_generic.go#L292: _, b = bitsSub64(h2, p2, b)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |